#!/bin/sh ## This script will open a specified file with the file's associated application. ## Note: The "$1" variable will contain whatever information was supplied in the 'parameters' field of the execute script action within the FileStorm installer. In most cases this is a path to a file including the filename. open "$1"